Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_cntrl
ctype_cntrl
Check control characters
Name:
ctype_cntrl
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check control characters
Related
How to Quickly Detect Hidden Control Characters in Binary Data Using ctype_cntrl?
8
Similar Functions
ctype_lower
ctype_lower
Checklowercasecharac
ctype_digit
ctype_digit
Checknumericcharacte
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_space
ctype_space
Checkspacecharacters
ctype_print
ctype_print
Checkprintablecharac
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_upper
ctype_upper
Checkcapitalcharacte
Popular Articles
How to Quickly Detect Hidden Control Characters in Binary Data Using ctype_cntrl?